Learn R Programming

ScottKnottESD (version 2.0.3)

"normalize": Normalize non-normal distributions using the Box-Cox Power Transformation

Description

Normalize non-normal distributions using the Box-Cox Power Transformation

Usage

normalize(x, ...)

Arguments

x

A wide-format data frame.

...

Optional parameters.

Value

A wide-format data frame.

Examples

Run this code
# NOT RUN {
normalized.data <- normalize(example)

# }

Run the code above in your browser using DataLab